Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-44606: Change passwords to SecretStr #162

Merged
merged 1 commit into from
May 31, 2024
Merged

DM-44606: Change passwords to SecretStr #162

merged 1 commit into from
May 31, 2024

Conversation

rra
Copy link
Member

@rra rra commented May 31, 2024

Convert the database and Redis passwords to SecretStr. Remove some unnecessary stringification of the database URL now that we're using the new string data type.

Switch to the main branch of Safir for now so that the SecretStr changes don't require explicitly unpacking the SecretStr before creating database engines.

Convert the database and Redis passwords to SecretStr. Remove some
unnecessary stringification of the database URL now that we're using
the new string data type.

Switch to the main branch of Safir for now so that the SecretStr
changes don't require explicitly unpacking the SecretStr before
creating database engines.
@rra rra merged commit 9524fd8 into main May 31, 2024
3 checks passed
@rra rra deleted the tickets/DM-44606 branch May 31, 2024 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant